home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp95 / freyja13.exe / lha / FREYJA.INI < prev    next >
Text File  |  1992-03-22  |  7KB  |  202 lines

  1. #              Freyja Initialization File
  2. #                 Version 1.3
  3. #
  4. # Syntax:
  5. #
  6. # This file is a sequence of tokens that always appear in option /
  7. # value pairs.  The tokens are separated by arbitrary (but non-zero)
  8. # amounts of spaces, tabs, newlines, and form feeds.  Columns and
  9. # upper/lower case are not significant.  Comments start with '#' and
  10. # continue to the end of the line.  Blank lines are ignored.
  11.  
  12. # Semantics:
  13. #
  14. # The first token in each pair is always an option.  Only the first
  15. # three characters are significant: the remainder of the token is
  16. # ignored.
  17. #
  18. # The second token in each pair is always a value.  Values can either
  19. # be numbers (decimal integers), yes/no flags ('Y' and 'N'), or values
  20. # selected from a list, For the flags and values, only the first
  21. # character is significant.
  22.  
  23. # If an option does not appear, its default value is used.  Default
  24. # values are listed in ()s in the following descriptions.  Numeric
  25. # values are silently rounded or range-limited.
  26.  
  27. # Not all of these values apply to all systems.  Restrictions are
  28. # marked as:
  29. #
  30. #    UNIX    only applies to Unix systems
  31. #    MSDOS    applies to all IBMPCs and compatibles, including HP95LX
  32. #    HP95LX    only applies to HP95LX (although complied into MSDOS
  33. #        versions: selecting these on a non-HP95LX will
  34. #        probably cause a crash.
  35.  
  36. # ------------------------------------------------------------
  37. # Global Options
  38. # ------------------------------------------------------------
  39.  
  40. # SCReen type: This option specifies the type of screen output
  41. # used by the editor.  The value in this file or default can be
  42. # overridden on the command line with the -s option.  Values:
  43. #
  44. #    (V)    VT100 terminal
  45. #     T    Termcap / curses (UNIX only)
  46. #     B    use BIOS calls (MSDOS only)
  47. #     M    use direct video memory access (MSDOS only)
  48. #
  49. # scr v
  50.  
  51.  
  52. # SCS screen size: This option specifies the size of the screen
  53. # used by the editor.  Values:
  54. #
  55. #    (@)    use the actual size
  56. #     J    use 16 rows by 40 columns (HP95LX only)
  57. #
  58. # scs @
  59.  
  60.  
  61. # KEYboard input: This option specifies where keyboard input is taken
  62. # from. Values:
  63. #
  64. #    (C)    console input
  65. #            UNIX    standard input
  66. #            MSDOS    DOS console input calls
  67. #            HP95LX    DOS console input calls and don't turn off
  68. #                the serial port power
  69. #     S    from the serial port (MSDOS only); uses DOS calls to get the
  70. #        data so the default is COM1; can be changed with MODE; does
  71. #        not support IBM function keys; cannot tell whether a character
  72. #        is available, HP95LX does not turn off the serial port power.
  73. #     B    ROM BIOS calls (MSDOS only)
  74. #     J    extended ROM BIOS calls (HP95LX only)
  75. #
  76. # key @
  77.  
  78.  
  79. # SPEcial handling type: This option specifies which, if any, special
  80. # options are in effect.  Its interpretation is very operating system and
  81. # machine specific.  See FREYJA.DOC for specifics.  Values:
  82. #
  83. #    (@)    (space) No special handling
  84. #     J    HP95LX special handling: implies SCR M, SCS J, KEY J as well
  85. #        as various other mods.
  86. #
  87. # spe @
  88.  
  89.  
  90. # PArameter 1: This option specifies which, if any, parameters apply
  91. # to any special options.  Its interpretation is very operating system
  92. # and machine specific.  See FREYJA.DOC for specifics.  Values:
  93. #
  94. #    (@)    (space) No special handling
  95. #     P    HP95LX special handling (SPE J must also be supplied):
  96. #        turns power to serial port off upon program start and
  97. #        on upon program exit.
  98. #
  99. # pa1 @
  100.  
  101.  
  102. # SWAp size: This option specifies the size of the swap area.  It is a
  103. # decimal value in Kilobytes from 16 to 512.  It is rounded to the next
  104. # higher multiple of the page size (2K).  The value in this file or
  105. # default can be overridden on the command line with the -s option.
  106. # The default value is 128.
  107. #
  108. # swa 128
  109.  
  110.  
  111. # ESC swap: This option allows you to swap the ESC key with any one
  112. # other key on the keyboard.  The other key must be a single key (i.e.,
  113. # not a ^X prefix function.  The value to use to swap the ESC key with
  114. # the ` key is 96.  The default value is 27 (no swapping).
  115. #
  116. # esc 27
  117.  
  118.  
  119. # METa handle: This option allows you to specify how "meta" keys are
  120. # handled.  Meta keys send the codes 128 through 255.  Values:
  121. #
  122. #    (B)    They are bad commands.
  123. #     I    They are self-insert (used for entering 8-bit characters)
  124. #     M    They are mapped to the meta (^[ prefix) commands
  125. #
  126. # met b
  127.  
  128.  
  129. # WRAp allowed: This option allows you to specify whether files should
  130. # be checked for word wrap ruler lines when read in.  Values:
  131. #
  132. #    (Y)    Yes, check them.
  133. #     N    No, don't check them.
  134. #
  135. # wra y
  136.  
  137.  
  138. # VISible grayspace: This option allows you to specify whether
  139. # grayspace (spaces, tabs, and hard newlines) are displayed as "visible"
  140. # characters (ordinarily ., >, and <, respectively).  The setting can be
  141. # toggled dynamically with the ^X ` command.  Values:
  142. #
  143. #     Y    Yes, display them as visible characters.
  144. #    (N)    No, don't display them.
  145. #
  146. # vis n
  147.  
  148.  
  149. # USE caret notation: This option allows you to specify how control
  150. # and meta characters (other than tab, soft NL, and hard NL) are
  151. # displayed.  Values:
  152. #
  153. #    (Y)    Yes, display them with ^ notation.
  154. #     N    No, do not convert them before display (allows display
  155. #        of 8-bit characters; not recommended on V and T
  156. #        terminal types)
  157. #
  158. # use y
  159.  
  160.  
  161. # ------------------------------------------------------------
  162. # Per-Buffer Options
  163. # ------------------------------------------------------------
  164. # These options establish initial values for these parameters.
  165. # However, they are maintained on a per-buffer basis and changing the
  166. # values in any one buffer does not affect any other existing buffers.
  167. # New buffers inherit their values from the buffer that was current just
  168. # before the new buffer was created.
  169.  
  170.  
  171. # LEFt margin: This option specifies the left margin column (zero
  172. # origin).  The value can be changed with the ^X . command.  The default
  173. # value is 0.
  174. #
  175. # lef 0
  176.  
  177.  
  178. # RIGht margin: This option specifies the right margin column (zero
  179. # origin).  The value can be changed with the ^X F command.  The default
  180. # value is 70.
  181. #
  182. # rig 70
  183.  
  184.  
  185. # TAB spacing: This option specifies the tab spacing in columns.  The
  186. # value can be changed with the ^X , command.  The default value is 8.
  187. #
  188. # tab 8
  189.  
  190.  
  191. # FILl mode: This option allows you to specify the fill mode.  Values:
  192. #
  193. #    (N)    No filling is performed.
  194. #     F    "Hard" filling is performed: lines are filled with
  195. #        hard NLs as new characters are typed.  Only the
  196. #        current line is refilled.
  197. #     W    The buffer is in "word wrap" mode: the entire current
  198. #        paragraph (up to the next hard NL) is refilled as
  199. #        typing and editing is performed.
  200. #
  201. # fil n
  202.